[INFO] cloning repository https://github.com/FelixHenninger/zpl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FelixHenninger/zpl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixHenninger%2Fzpl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixHenninger%2Fzpl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f9119a702747f390f891b5a31c16e29540fd0db
[INFO] checking FelixHenninger/zpl/2f9119a702747f390f891b5a31c16e29540fd0db against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFelixHenninger%2Fzpl" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FelixHenninger/zpl
[INFO] finished tweaking git repo https://github.com/FelixHenninger/zpl
[INFO] tweaked toml for git repo https://github.com/FelixHenninger/zpl written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FelixHenninger/zpl on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FelixHenninger/zpl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc
[INFO] running `Command { std: "docker" "start" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking tinyvec v1.7.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling built v0.7.3
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking unicode-script v0.5.6
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking bitstream-io v2.3.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking pxfm v0.1.24
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking kurbo v0.11.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking kurbo v0.12.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking simplecss v0.2.1
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]    Compiling wasmparser v0.228.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr] error: could not compile `serde_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name serde_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=8fec19ec8a3d5b8c -C extra-filename=-30ac4ed9a0a88344 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc", kill_on_drop: false }`
[INFO] [stdout] ae24657fa872ca53890148459f4fdf018e6238b3256477fa853f50371ec1dbcc
